[v4.1] CXX-3302 Update bsoncxx validation examples with offsets (#1416)#1460
Merged
kevinAlbs merged 6 commits intomongodb:releases/v4.1from Sep 16, 2025
Merged
Conversation
* Update examples for CDRIVER-5710 and CDRIVER-6017 * Add missing import of ec2_assume_role * Bump minimum required C Driver version to 2.0.2
eramongodb
requested changes
Sep 15, 2025
Only bump the auto-downloaded version from 2.0.0 to 2.0.2. Avoid increasing the required version in a patch release.
Revert SBOM and augmented SBOM to versions on `releases/v4.1` branch to regenerate with an updated timestamp.
Generated by running the `sbom` Evergreen task.
eramongodb
approved these changes
Sep 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick bf7554c to bump the auto-downloaded C driver from 2.0.0 to 2.0.2. Intended to include CDRIVER-5967 to fix building with CMake 4. Reported in CXX-3348.
Tested with this patch build: https://spruce.mongodb.com/version/68c86bf568ff0d0007297883
Though CXX-3302 will be available in C++ 4.2.0, this PR proposes including in a sooner 4.1.3 release since a date for 4.2.0 is not-yet planned.